h1.title-one {
    color: #000 !important;
    font-family: 'Open Sans';
}

img.img-one {
    width: 100%;
    animation: fadeIn 1s;
}
img.reg-img-two {
    width: 88%;
    animation: fadeIn 2s;
}
img.img-two {
    width: 75%;
    margin-left: 15%;
    animation: fadeIn 2s;
}
img.reg-img-three {
    width: 86%;
    animation: fadeIn 2s;
}

img.img-four {
    width: 100%;
    margin-top: 25%;
    margin-left: 15%;
    animation: fadeIn 4s;
}

p#one {
    font-size: 18px;
    padding-bottom: 30px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 2px solid #30aa44;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

h2.panel-heading {
    font-size: 24px !important;
    font-weight: bold;
    font-family: 'Open Sans';
    color: #000 !important;
    padding: 20px;
}
p#panelTextOne {
    margin-left: 20px;
}
p#two {
    margin-left: 20px;
}
p#three{
    margin-left: 20px;
}
section.partners {
    padding-bottom: 30px;
}

footer#footer {
    margin-top: 60px;
}

@keyframes slidein {
    from {
        translate: 150vw 0;
        scale: 200% 1;
    }

    to {
        translate: 0 0;
        scale: 100% 1;
    }
}

.fa-angle-down:before {
    content: "\f107";
    color: #000;
}

.fa-angle-up:before {
    content: "\f106";
    color: #000;
}

p#two {
    font-size: 18px;
    color: #000;
}

p#three {
    font-size: 18px;
    color: #000;
}
h1.registration-title-one {
    color: #000 !important;
    margin-top: 30px;
}
@media only screen and (max-width: 768px) {
    img.img-one {
        width: 35%;
        margin-left: 33%;
    }

    img.img-two {
        width: 35%;
        margin-left: 32%;
    }

    img.img-three {
        width: 50%;
        margin-top: 3%;
        margin-left: 27%;
    }

    img.img-four {
        width: 50%;
        margin-top: 8%;
        margin-left: 27%;
    }
    h1.title-one {
        margin-top: 30px;
    }
}